/*---- Page Layout ----*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Console", Arial, Georgia, Helvetica, sans;
	font-size: 13px;
	color: #585858;
	background-color: #fff;
	margin: 0; 
 	padding: 0; 
 	text-align: center; 
	}

#container {
	margin: 0 auto; 
	text-align: right; 
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding-right:10px;
	} 

#container2 {
	margin: 0 auto; 
	text-align: center; 
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	} 

#topbanner {
	width: 100%;
	height:60px;
	text-align:right;
	color: #FFF;
	text-decoration: none;
	background: url(/images/topban.jpg) repeat-x 100% 100%;
	}

#topmenuL {
	padding-top:6px;
	width: 700px;
	height: 36px;
	text-align:right;
	color: #00a1d8;
	font-family: "Lucida Sans Unicode", "Lucida Console", Arial, Georgia, Helvetica, sans;
	font-size: 11px;
	float:left;
	}

#topmenuR {
	padding-top:6px;
	width:280px;
	height: 36px;
	text-align:right;
	color: #00a1d8;
	font-family: "Lucida Sans Unicode", "Lucida Console", Arial, Georgia, Helvetica, sans;
	font-size: 11px;
	float:right;
	}

#main {
	width: 560px;
	float:left;
	text-align:left;
	padding:20px;
	}

	
#sidebar{
	float:right;
	width: 360px;	
	}

#sidebarleft{
	float:left;
	width: 165px;
	text-align:left;
	padding-top:10px;
	}
	
#sidebarright{
	float:right;
	width: 185px;
	text-align:left;
	padding-left:10px;
	padding-top:10px;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	background:#000;
	}


/*---- Link Styles ----*/

a {
	font-size: 15px;
	color: #a8c5db;
	text-decoration:none;
	}

a:hover {
	color: #518cb8;
	text-decoration:underline;
	}

.footerhr {
	width: 100%;
	height: 25px;
	text-align:center;
	border-style: solid;
	border-width: 1px 0px 1px;
	color: #f4f5f7;
	padding: 5px 0px 0px 0px;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/*---- Text Styles ----*/

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color: #2d2c2c;
	border-bottom: 1px dotted #CCCCCC;
	padding: 0px 0px 5px;
	font-size: 21px;
	text-decoration: none;
	}

h2  	{
   	font-size: 16px;
   	margin-bottom: 0px;
	border-bottom:1px solid;
	border-top:1px solid;
        padding-bottom:2px;
   	}
	
.h3 	{
   	font-size: 19px;
   	margin-bottom: 0px;
   	}

p 	{   
  	margin-top: 10px; 
  	} 

.p2	{    
	height:410px;
	} 

.footerinfo{
	color:#747474;
	}

/*---- Images----*/

a img {
        border: 0px;
	}

img.floatLeft { 
        float: left; 
        margin-right:20px; 
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/*---- Post----*/
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
/*---- Comments ---*/
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/*---- TopMenu ---*/

a.rolloverm{
	background: url(/images/home_btn.gif) no-repeat;
	display: block;
        width: 63px;
        height: 26px;
	padding-top:10px;
	text-align:center;
	float:left;
        text-decoration: none;
	color:#000;
	font-weight:bold;
	letter-spacing:0.7px;
	text-transform:lowercase;
    }

 a.rolloverm:hover { 
    }


a.rollover{
	background: url(/images/why_btn.gif) no-repeat;
	display: block;
        width: 160px;
        height: 26px;
	padding-top:10px;
	text-align:center;
	margin-left:3px;
	float:left;
        text-decoration: none;
	color:#FFF;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:lowercase;
    }

 a.rollover:hover {
        background-position: -160px 0;
    }

a.rolloversml{
	background: url(/images/whysml_btn.gif) no-repeat;
	display: block;
        width: 120px;
        height: 26px;
	padding-top:10px;
	text-align:center;
	margin-left:3px;
	float:left;
        text-decoration: none;
	color:#FFF;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:lowercase;
    }

 a.rolloversml:hover {
        background-position: -120px 0;
    }

.entry {
       padding-bottom:40px;
    }